From 856c3dcba871df8f1b01ea9f1c9f63fbc5d79e30 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 17 Mar 1993 09:22:15 +0000 Subject: [PATCH] (_getpty): Declare this, not _get_pty. --- src/s/irix4-0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index 3a28bbf59c8..7f8cb356ee6 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h @@ -25,7 +25,7 @@ /* No need to get the pty name at all. */ #define PTY_NAME_SPRINTF #ifdef emacs -char *_get_pty(); +char *_getpty(); #endif /* We need only try once to open a pty. */ #define PTY_ITERATION -- 2.30.2